Add(KeyValuePair<TKey,TValue>) Method

Summary

Adds the specified value to the ICollection with the specified key.

Syntax
C#
VB
C++
public void Add( 
   KeyValuePair<TKey, TValue> item 
) 
  
Public Overloads Sub Add( _ 
   ByVal item As KeyValuePair(Of TKey,TValue) _ 
)  
public: 
void Add(  
   KeyValuePair<TKey^,TValue^> item 
)  

Parameters

item
A KeyValuePair to be added into the DictionaryWithEvents<TKey,TValue>.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly